Skip to content

Commit

Permalink
sanity check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alamt22 authored and heinezen committed Nov 18, 2024
1 parent 8c525dd commit a144c8c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions copying.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ _the openage authors_ are:
| Nikhil Ghosh | NikhilGhosh75 | nghosh606 à gmail dawt com |
| Edvin Lindholm | EdvinLndh | edvinlndh à gmail dawt com |
| Jeremiah Morgan | jere8184 | jeremiahmorgan dawt bham à outlook dawt com |
| Tobias Alam | alamt22 | tobiasal à umich dawt edu |

If you're a first-time committer, add yourself to the above list. This is not
just for legal reasons, but also to keep an overview of all those nicknames.
Expand Down
2 changes: 1 addition & 1 deletion libopenage/util/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class OAAPI File {
ssize_t size();
std::vector<std::string> get_lines();
std::shared_ptr<filelike::FileLike> get_fileobj() const;

static File get_temp_file();

protected:
Expand Down
2 changes: 1 addition & 1 deletion libopenage/util/fslike/directory.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Directory : public FSLike {
uint64_t get_filesize(const Path::parts_t &parts) override;

std::ostream &repr(std::ostream &) override;

static Directory get_temp_directory();

protected:
Expand Down
2 changes: 1 addition & 1 deletion libopenage/util/path.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2023 the openage authors. See copying.md for legal info.
// Copyright 2015-2024 the openage authors. See copying.md for legal info.

#include "path.h"

Expand Down
2 changes: 1 addition & 1 deletion libopenage/util/path.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2023 the openage authors. See copying.md for legal info.
// Copyright 2015-2024 the openage authors. See copying.md for legal info.

#pragma once

Expand Down

0 comments on commit a144c8c

Please sign in to comment.