Skip to content

Commit

Permalink
Update licenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Apr 11, 2015
1 parent dc43efd commit 68421b0
Show file tree
Hide file tree
Showing 81 changed files with 168 additions and 81 deletions.
2 changes: 1 addition & 1 deletion src/ClangIndexer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/ClangIndexer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/ClassHierarchyJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/ClassHierarchyJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/CompilerManager.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/CompilerManager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/CompletionThread.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/CompletionThread.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CompletionThread_h
#define CompletionThread_h

/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/DependenciesJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/DependenciesJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Diagnostic.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
15 changes: 15 additions & 0 deletions src/DumpThread.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
RTags is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with RTags. If not, see <http://www.gnu.org/licenses/>. */

#include "DumpThread.h"
#include <rct/Connection.h>
#include "RTagsClang.h"
Expand Down
2 changes: 1 addition & 1 deletion src/DumpThread.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FileManager.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FileManager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FileMap.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef FileMap_h
#define FileMap_h

/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Filter.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FindFileJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FindFileJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FindSymbolsJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FindSymbolsJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FixIt.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FollowLocationJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/FollowLocationJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/IncludeFileJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/IncludeFileJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/IndexDataMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/IndexMessage.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/IndexMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
15 changes: 15 additions & 0 deletions src/IndexerJob.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
RTags is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with RTags. If not, see <http://www.gnu.org/licenses/>. */

#include "IndexerJob.h"
#include "Project.h"
#include <rct/Process.h>
Expand Down
2 changes: 1 addition & 1 deletion src/IndexerJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/JSONJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/JSONJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
15 changes: 15 additions & 0 deletions src/JobScheduler.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
RTags is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with RTags. If not, see <http://www.gnu.org/licenses/>. */

#include "JobScheduler.h"
#include "Project.h"
#include "Server.h"
Expand Down
2 changes: 1 addition & 1 deletion src/JobScheduler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/ListSymbolsJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/ListSymbolsJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Location.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Location.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/LogObject.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/LogOutputMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Match.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Preprocessor.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Preprocessor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Project.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Project.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/QueryJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/QueryJob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/QueryMessage.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/QueryMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).
RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/RClient.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/RClient.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/RTags.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/RTags.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/RTagsClang.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/RTagsClang.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/RTagsLogOutput.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/RTagsMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/ReferencesJob.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of RTags.
/* This file is part of RTags (http://rtags.net).

RTags is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit 68421b0

Please sign in to comment.