Skip to content

Commit

Permalink
Include license in every file
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Sep 26, 2023
1 parent 4952211 commit bb50e60
Show file tree
Hide file tree
Showing 43 changed files with 521 additions and 41 deletions.
2 changes: 2 additions & 0 deletions Whisky.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.isaacmarovitz.WhiskyCmd;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_VERSION = 5.0;
};
Expand All @@ -1056,6 +1057,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.isaacmarovitz.WhiskyCmd;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down
25 changes: 25 additions & 0 deletions Whisky.xcodeproj/xcshareddata/IDETemplateMacros.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FILEHEADER</key>
<string>
// ___FILENAME___
// ___TARGETNAME___
//
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//
</string>
</dict>
</plist>
13 changes: 12 additions & 1 deletion Whisky/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// AppDelegate.swift
// Whisky
//
// Created by Viacheslav Shkliarov on 08.06.2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Models/Bottle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// Bottle.swift
// Whisky
//
// Created by Isaac Marovitz on 23/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Models/Program.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// Program.swift
// Whisky
//
// Created by Isaac Marovitz on 31/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Utils/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// Logger.swift
// Whisky
//
// Created by Isaac Marovitz on 08/06/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Utils/ProgramShortcut.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// ProgramShortcut.swift
// Whisky
//
// Created by Isaac Marovitz on 10/09/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Utils/Rosetta2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// Rosetta2.swift
// Whisky
//
// Created by Venti on 20/06/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Utils/WhiskyCmd.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// WhiskyCmd.swift
// Whisky
//
// Created by Isaac Marovitz on 26/08/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Utils/Wine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// Wine.swift
// Whisky
//
// Created by Isaac Marovitz on 23/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Utils/Winetricks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// Winetricks.swift
// Whisky
//
// Created by Isaac Marovitz on 12/07/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/View Models/BottleVM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// BottleVM.swift
// Whisky
//
// Created by Isaac Marovitz on 24/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import Foundation
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Views/Bottle Views/BottleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// BottleView.swift
// Whisky
//
// Created by Isaac Marovitz on 23/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import SwiftUI
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Views/Bottle Views/ConfigView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// ConfigView.swift
// Whisky
//
// Created by Isaac Marovitz on 31/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import SwiftUI
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Views/Bottle Views/ProgramsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// ProgramsView.swift
// Whisky
//
// Created by Isaac Marovitz on 31/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import SwiftUI
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Views/BottleCreationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// BottleCreationView.swift
// Whisky
//
// Created by Isaac Marovitz on 24/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import SwiftUI
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Views/BottleRenameView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// BottleRenameView.swift
// Whisky
//
// Created by Isaac Marovitz on 05/04/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import SwiftUI
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// ContentView.swift
// Whisky
//
// Created by Isaac Marovitz on 23/03/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import SwiftUI
Expand Down
13 changes: 12 additions & 1 deletion Whisky/Views/FileOpenView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// FileOpenView.swift
// Whisky
//
// Created by Isaac Marovitz on 11/09/2023.
// This file is part of Whisky.
//
// Whisky 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.
//
// Whisky 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 Whisky.
// If not, see https://www.gnu.org/licenses/.
//

import SwiftUI
Expand Down
Loading

0 comments on commit bb50e60

Please sign in to comment.