Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit f3d77be

Browse files
committed
Fix SBT license headers.
1 parent 68cbcf0 commit f3d77be

File tree

24 files changed

+479
-457
lines changed

24 files changed

+479
-457
lines changed

accounts/build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
name := "accounts"
2122

2223
libraryDependencies ++= Seq(

auth/build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
name := "auth"
2122

2223
libraryDependencies ++= Seq(

bifrost/build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
name := "bifrost"
2122

2223
libraryDependencies ++= Seq(

build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
import sbt._
2122
import Keys._
2223

bytecode/build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
name := "bytecode"
2122

2223
logBuffered := false

common/build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
name := "common"
2122

2223
scalacOptions += "-Ydependent-method-types"

dvergr/build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
name := "dvergr"
2122

2223
libraryDependencies += "org.specs2" %% "specs2" % "1.12.3-SNAPSHOT" % "test"

gjallerhorn/build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
import AssemblyKeys._
2122

2223
name := "gjallerhorn"

ingest/build.sbt

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/*
2-
* ____ ____ _____ ____ ___ ____
3-
* | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4-
* | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5-
* | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6-
* |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7-
*
8-
* This program is free software: you can redistribute it and/or modify it under the terms of the
9-
* GNU Affero General Public License as published by the Free Software Foundation, either version
10-
* 3 of the License, or (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14-
* the GNU Affero General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Affero General Public License along with this
17-
* program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
*/
1+
//
2+
// ____ ____ _____ ____ ___ ____
3+
// | _ \ | _ \ | ____| / ___| / _/ / ___| Precog (R)
4+
// | |_) | | |_) | | _| | | | | /| | | _ Advanced Analytics Engine for NoSQL Data
5+
// | __/ | _ < | |___ | |___ |/ _| | | |_| | Copyright (C) 2010 - 2013 SlamData, Inc.
6+
// |_| |_| \_\ |_____| \____| /__/ \____| All Rights Reserved.
7+
//
8+
// This program is free software: you can redistribute it and/or modify it under the terms of the
9+
// GNU Affero General Public License as published by the Free Software Foundation, either version
10+
// 3 of the License, or (at your option) any later version.
11+
//
12+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14+
// the GNU Affero General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU Affero General Public License along with this
17+
// program. If not, see <http://www.gnu.org/licenses/>.
18+
//
19+
//
20+
2021
name := "ingest"
2122

2223
parallelExecution in test := false

0 commit comments

Comments
 (0)